C#
VB
C++
Initializes a new instance of the MediaCreationNGetCommand class.
public MediaCreationNGetCommand(
INGetClientSessionProxy session,
long[] attributes
)
Public Function New( _
ByVal session As Leadtools.Dicom.Scp.INGetClientSessionProxy, _
ByVal attributes() As Long _
)
public:
MediaCreationNGetCommand(
Leadtools.Dicom.Scp.INGetClientSessionProxy^ session,
array<int64>^ attributes
)
session
The client session proxy which handles the DICOM N-GET messages.
attributes
List of DICOM tag attributes to get during the DICOM N-GET request.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET